home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 123 / cdrom123.iso / essenc / extens / wweb / Web Developer.xpi / chrome / webdeveloper.jar / content / webdeveloper / stylesheets / hide_images.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-11-21  |  202 b   |  15 lines

  1. *
  2. {
  3.     background-image: none !important;
  4. }
  5.  
  6. img
  7. {
  8.     display: none !important;
  9. }
  10.  
  11. .webdeveloper-alt-span
  12. {
  13.     -moz-outline: 1px inset #000000 !important;
  14.     padding: 1px !important;
  15. }